home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / t / 00116_Script_116 < prev    next >
Text File  |  1999-08-20  |  280b  |  13 lines

  1. on exitFrame
  2.   checkrolls
  3.   checkblip
  4.   --checkrolls2
  5.   checksound
  6.   if rollover(2) then go to "nn"
  7.   if rollover(42) then go to "norm"
  8.   if rollover(51) then go to "norm"
  9.   if rollover(52) then go to "norm"
  10.   if rollover(53) then go to "norm"
  11.   go to the frame
  12.   
  13. end